
.lv-slider .swiper-container {
	width:100%;
	height:auto;
}
.lv-slider .swiper-slide {
	overflow:hidden;
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;margin-bottom: 6%;
}
.lv-slider {
	width:100%;
	height:100vh;
	display:flex;
	position:relative;
	z-index:0;
}
.lv-slider .swiper-slide {
	overflow:hidden;
	color:#fff;
}
.lv-slider .swiper-container {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.lv-slider .slide-inner {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background-size:cover;
	background-position:center;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:left;
}
.lv-slider .swiper-button-prev {
	background:transparent;
	width:55px;
	height:55px;
	line-height:53px;
	margin-top:-30px;
	text-align:center;
	border-radius:55px;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	left:25px;
	transform:translateX(50px);
	
	background-image: url(../images/jt_l.png);
}
.lv-slider .swiper-button-next {
	background:transparent;
	width:55px;
	height:55px;
	line-height:53px;
	margin-top:-30px;
	text-align:center;
	border-radius:55px;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	right:25px;
	transform:translateX(-50px);
	background-image: url(../images/jt_r.png);
}
.lv-slider .swiper-button-next,.lv-slider  .swiper-button-prev {

    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.lv-slider:hover .swiper-button-prev {
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}
.lv-slider:hover .swiper-button-next {
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}

.lv-slider .swiper-pagination-bullet {
	width:12px;
	height:12px;
	text-align:left;
	line-height:12px;
	font-size:12px;
	color:#000;
	opacity:0.8;
	background:#fff;
	transition:all .2s ease;
}
.lv-slider .swiper-pagination-bullet-active {
	opacity:1;
	background:#d5161a;
}
.lv-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:50px;
	max-width:1400px;
	padding:0 15px;
	margin:0 auto;
	left:50%;
	transform:translateX(-50%);
	display:none;
}
.lv-slider .swiper-pagination-custom {
	bottom:30px;
}
.lv-slider .swiper-pagination-fraction {
	bottom:30px;
}
.lv-slider .swiper-pagination {
	text-align:left;
}
.lv-style {
	max-height:1080px;
	margin-top:0px;
	transition:all .4s ease;
}

.slide-titlea{display: flex;justify-content: space-between; width:70%;margin:0 auto;align-items: center;padding:0 0 10% 0}
.lv-style .slide-title h2 {
	font-size:4.6rem;text-align: left; 
	font-weight:600;
	line-height:1.2;
	color:#fff;
	
	text-transform:capitalize;
	transition:all .4s ease;
}
.lv-style .slide-title h2 i{background: url(../images/yuan.png) no-repeat center center;display: block;width:22px;height:22px;}
.lv-style .slide-title h2 span{padding:0 0 0 0;margin:0 0 30px 0;text-shadow: 1px 1px 1px rgba(0,0,0,0.8);}
.lv-style .slide-title h2 div{ font-size: 2rem;color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.8);}
.lv-style .slide-title h3 { display: flex;justify-content: center;align-items: center;
	font-size:56px; text-align: center;
	font-weight:600;
	line-height:1.2;
	color:#fff;
	margin:0 0 10px;
	text-transform:capitalize;
	transition:all .4s ease;text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.lv-style .slide-title h3 img{margin:0 25px 0 0}
.lv-style .slide-title h3 div{margin:30px 0 0 0}
.lv-style .slide-line {
	height:2px;
	width:50px;
	background:#fff;
	margin-bottom:30px;
}
.lv-style .slide-line2 {
	height:2px;
	width:50px;
	background:#fff;
	margin:0 auto 30px auto;
}
.lv-style .slide-text p { text-align: center;
	opacity:1;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.6;
	letter-spacing:normal;
	color:#fff;
	margin:0 0 40px;
	transition:all .4s ease;letter-spacing: 7px;
}
.lv-style .slide-text2{width:50%;background: rgba(255,255,255,.3); padding: 35px 15px 35px 30px;border-radius: 30px;}
.lv-style .slide-text2 p { text-align: left;
	opacity:1;
	font-size:1.1rem;
	font-weight:500;
	line-height:2.1rem;
	letter-spacing:normal;
	color:#111;
	margin:0 0 5px 0;
	transition:all .4s ease;padding:0 0 0 55px;background: url(../images/gou.png) no-repeat left center;
}
.lv-style .slide-text p span {
	color:#fff;
}
.lv-style .slide-btns > a:first-child {
}
.theme-btn {
	background-color:#ffffff;
	font-size:14px;
	font-weight:500;
	line-height:initial;
	text-align:center;
	color:#2b3b95;
	padding:9px 32px;
	border:0px;
	border-radius:3px;
	text-transform:uppercase;
	display:inline-block;
	transition:all .4s ease;
}
.theme-btn-s2 {
	background-color:#02b875;
	font-size:17px;
	font-weight:500;
	line-height:initial;
	text-align:center;
	color:#fff;
	padding:14px 32px;
	border:0px;
	text-transform:uppercase;
	display:inline-block;
	transition:all .4s ease;
}
.theme-btn:hover {
	background-color:#02b875;
	color:#fff;
}
.theme-btn-s2:hover {
	background-color:#02b875;
	color:#fff;
}

.theme-btn-s3 {
	background-color:#02b875; border-radius: 50px;;
	font-size:15px;
	font-weight:500;
	line-height:initial;
	text-align:center;
	color:#fff;
	padding:14px 12px;
	border:0px;
	text-transform:uppercase;
	display:block; width:150px;
	transition:all .4s ease; margin:0 auto;
}
.lv-style .slide-title h2 .theme-btn-s3{margin:55px 0 0  0;} 
.theme-btn-s3:hover {
	background-color:#02b875;
	color:#fff;
}
.theme-btn:focus {
	background-color:#e50012;
	color:#fff;
}
.theme-btn-s2:focus {
	background-color:#fff;
	color:#d5161a;
}
.theme-btn:active {
	background-color:#f39700;
	color:#fff;
}
.theme-btn-s2:active {
	background-color:#f39700;
	color:#fff;
}
@media only screen and (max-width:1750px){ 
	.lv-style .slide-text2{    width: 55%;}
}
@media only screen and (max-width:1550px){ 
	.lv-style .slide-text2{    width: 55%;}
	.lv-style .slide-text2 p{font-size: 1rem;}
}
@media only screen and (max-width:1440px){ 
	.lv-style .slide-title h3{font-size:3.7rem;margin: 0 0 10px 0; }
	.lv-style .slide-title h2{font-size:3.7rem; }
	.container{width:1200px;}
	.lv-style .slide-title h3 img{width:400px}	
}
@media only screen and (max-width:1200px){ 
	.lv-slider { height:50vh;	}
	.lv-style .slide-text2 p{    margin: 0 0 30px;}
	.lv-style .slide-title h3{margin: 0 0 20px;}
	.theme-btn-s3{    width: 130px;    padding: 10px 12px;}
	.lv-slider{display: none;}
}